Mouse values
Mouse values
Description
Mouse values used by mouseEvent function
Definition
| Variable | Value | Description |
|---|---|---|
| Input.MOUSE_BUTTON_NONE | 0 | none mouse button |
| Input.MOUSE_BUTTON_LEFT | 1 | left mouse button |
| Input.MOUSE_BUTTON_MIDDLE | 2 | middle mouse button |
| Input.MOUSE_BUTTON_RIGHT | 3 | right mouse button |
Sourcefile
shared/foundation/input.lua